SILO : An event-based simulation platform. ---- S. Manoharan sam@lfcs.edinburgh.ac.uk SILO is a library of C++ classes that provides building blocks for constructing event-based discrete event simulations. It provides four basic classes: Entity, Event, Resource and Bin. Refer to @book{MacDo87, author = "M H MacDougall", year = "1987", publisher = "MIT Press", title = "Simulating Computer Systems: Techniques and Tools" } for a discussion on event-based simulations and a C implementaion. SILO closely follows the description of [MacDo87].